home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / bananamonkey.swf / scripts / frame_16 / PlaceObject2_247_134 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-19  |  93 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    _X = _X + 3;
  3.    if(_X > 650)
  4.    {
  5.       _X = -200;
  6.    }
  7. }
  8.